home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / graphics / anim / mainactor / product-info < prev    next >
Encoding:
Text File  |  1997-11-20  |  3.0 KB  |  126 lines

  1. .name
  2. MainActor
  3. .aminet-dir
  4. gfx/edit
  5. .author
  6. Markus Moenig
  7. .type
  8. Animation Package
  9. .short
  10. A modular animation package
  11. .description
  12. MainActor is a modular animation package which is able to
  13. create/edit/time/play animations (of any size) of the provided
  14. animation modules.  Modules included in this release :
  15. IFF-Anim3/5/7/8/Brush/J, FLI, FLC, DL, AVI.  You also have a great
  16. number of functions for animation proccessing.  MainActor is also able
  17. to read and write Picture Modules : IFF, PCX, GIF, WB-ICON.  You can
  18. associate sound effects to every frame of your animations.  Support
  19. for the Picasso-II, Retina, Merlin and EGS cards is integrated.
  20. .version
  21. 1.55
  22. .restrictions
  23. Requesters asking for the shareware fee will pop up during
  24. save operations
  25. .requirements
  26. Requires WB 2.0 (V37)
  27. .distribution
  28. Shareware
  29. .price
  30. $50(US), DM85 or $25(US), DM40
  31. .address
  32. Im Johannistal 36
  33. 52064 Aachen
  34. Germany
  35. .email
  36. zeus@jupiter.oche.de
  37. .exectype
  38. 68xxx, Arexx
  39. .installsize
  40. 950K - 300K
  41. .construction
  42. Registered Dice(C), Devpac3.04 (Assembly)
  43. .tested
  44. Tested on all sorts of Amiga computers. Found to be Enfocer hit
  45. free.
  46. .reference
  47. FreshFish-Jul94/BBS/gfx/MainActor-1.52.lha
  48. 1.52
  49. FreshFish-Jul94/New/gfx/edit/MainActor/
  50. 1.52
  51. FrozenFish-Apr94:BBS/Mar94/gfx/edit/MainActor.lha
  52. 1.23
  53. FreshFish-May94:BBS/Mar94/gfx/edit/MainActor.lha
  54. 1.23
  55. FreshFish-Mar94:New/gfx/edit/MainActor/
  56. 1.23
  57. GoldFish2-Apr94:d9xx/d914/MainActor/
  58. 1.16
  59. GoldFish1-Apr94:BBS/d9xx/d914/MainActor.lha
  60. 1.16
  61. FrozenFish-Apr94:BBS/ALib/d9xx/d914/MainActor.lha
  62. 1.16
  63. AmigaLibDisks/d9xx/d914/MainActor/
  64. 1.16
  65. FreshFish-Oct93/New/AmigaLibDisks/Disk914/MainActor/
  66. ?.?
  67. FreshFish-Dec93/Old/AmigaLibDisks/Disks900-919/Disk914/MainActor/
  68. ?.?
  69. GoldFish2-Apr94:d8xx/d888/MainActor/
  70. 1.0
  71. GoldFish1-Apr94:BBS/d8xx/d888/MainActor.lha
  72. 1.0
  73. FrozenFish-Apr94:BBS/ALib/d8xx/d888/MainActor.lha
  74. 1.0
  75. FreshFish-Oct93:Old/AmigaLibDisks/Disks880-899/Disk888/MainActor/
  76. 1.0
  77. FreshFish-Dec93:Old/AmigaLibDisks/Disks880-899/Disk888/MainActor/
  78. 1.0
  79. AmigaLibDisk888:MainActor/
  80. 1.0
  81. .docs
  82. docs/english/MainActor.guide
  83. docs/english/MainActor.doc
  84. docs/Deutsch/MainActor.guide
  85. docs/Deutsch/MainActor.doc
  86. docs/Francais/MainActor.guide
  87. docs/Francais/MainActor.doc
  88. .submittal
  89. Downloaded via ftp from Aminet.
  90. .execute
  91. set choice `RequestChoice "MainActor" "Please select an option" "ReadMe" "History" "Guides" "Docs" "MainActor" "Cancel"`
  92. if $choice EQ "0"
  93.   quit 5
  94. endif
  95.  
  96. if $choice EQ "1"
  97.   MetaTool ReadMe TEXT
  98. endif
  99.  
  100. if $choice EQ "2"
  101.   MetaTool History TEXT
  102. endif
  103.  
  104. if $choice EQ "3"
  105.   set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide" DRAWER "Docs"`
  106.   set dirchoice `pathname $filechoice`
  107.   set filechoice `basename $filechoice`
  108.   failat 21
  109.   cd $dirchoice
  110.   MetaTool $filechoice GUIDE
  111. endif
  112.  
  113. if $choice EQ "4"
  114.   set filechoice `RequestFile TITLE "Select Text File" PATTERN "#?.doc" DRAWER "Docs"`
  115.   set dirchoice `pathname $filechoice`
  116.   set filechoice `basename $filechoice`
  117.   failat 21
  118.   cd $dirchoice
  119.   MetaTool $filechoice TEXT
  120. endif
  121.  
  122. if $choice EQ "5"
  123.   assign MainActor: ""
  124.   MainActor
  125. endif
  126.